.warp {
  width: 1240px;
  margin: 0 auto;
}

body {
  background-color: #fff;
}

.newCore {
  margin-top: 20px;
}

.newCore .newCoreLf {
  position: relative;
  width: 314px;
  margin-right: 32px;
  float: left;
}


.newCore .newBdIcon {
  position: absolute;
  right: 2px;
  top: 180px;
  width: 104px;
  height: 99px;
}
.newCore .newCoreLf .newTitle {
  height: 96px;
  background-color: #028dd3;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 96px;
  border-radius: 5px;
  margin-bottom: 22px;
}

.newCore .newCoreLf .newBd {
  border: 1px #f6f6f6 solid;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 72px;
}

.newCore .newCoreLf .newBd .newBdImg {
  margin-bottom: 30px;
}

.newCore .newCoreLf .newBd .newBdName,.newCore .newCoreLf .newBd .newBdLs {
  padding-left: 16px;
}

.newCore .newCoreLf .newBd .newBdName {
  font-size: 26px;
  color: #404040;
  margin-bottom: 30px;
}

.newCore .newCoreLf .newBd .newBdLs {
  color: #404040;
  font-size: 16px;
  margin-bottom: 60px;
}

.newCore .newCoreLf .newBd .newBdLs ul li {
  margin-bottom: 19px;
  display: flex;
}


.newCore .newCoreLf .newBd .newBdCode {
  text-align: center;
  color: #404040;
  font-size: 14px;
}
.newCore .newCoreLf .newBd .newBdCode .newCode{
  width: 151px;
  height: 151px;
  margin: 0 auto;
}

.newCore .newCoreRg,.newCore .newCoreRg_yuan {
  float: right;
  width: 100%;
  padding-top: 12px;
  color: #424242;
}

.newCore .newCoreRg .breadcrumbs,.newCore .newCoreRg_yuan .breadcrumbs{
  text-align: left;
  color: #4c4c4c;
  margin-bottom: 40px;
}

.newCore .newCoreRg .breadcrumbs a,.newCore .newCoreRg_yuan .breadcrumbs a {
  color: #4c4c4c;
}

.newCoreRg .newTT,.newCoreRg_yuan .newTT {
  font-size: 24px;
  color: #404040;
  text-align: center;
}

.newCoreRg .newTime,.newCoreRg_yuan .newTime {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 25px;
}

.newCoreRg p,.newCoreRg_yuan p {
  color: #404040;
  font-size: 18px;
  text-indent: 2em;
  line-height: 30px;
}

.newCoreRg img {
  width: 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  display: block;
}
.newCoreRg_yuan img {
  margin: 0 auto;
  background-color: #f7f7f7;
  display: block;
}
.newCoreRg .to,.newCoreRg_yuan .to {
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.newCoreRg .to .next,.newCoreRg_yuan .to .next {
  text-align: right;
}